

h1,h2,h3,h4,h5,h6{
  margin: 0;
}

.yc-yes-shuangzu,.yc-no-shuangzu{
  height: 24px;
  line-height: 24px;
  width: 40px!important;
  max-width: 48px;
  color: #FFF;
  background-color: #dc3545;
  display: inline-block;
  margin-right: 3px;
  border-radius: 9% !important;
}

.yc-no-shuangzu{
  background-color: #007aff !important;
}

.new_show4 .yc-yes-shuangzu,.yc-no-shuangzu{
  background-color: #4dc7d8;
}

.new_show4 .yc-no-shuangzu{
  background-color: #CCCCCC !important;
}
.new_show5 .yc-yes-shuangzu,.yc-no-shuangzu{
  background-color: #dc0000;
}

.new_show5 .yc-no-shuangzu{
  background-color: #CCCCCC !important;
}



/* mip  MI */


.mi-center-wrap{
  position: relative;
  top: -9px;
  /* background: linear-gradient( to right, #ffefb5 0%, #ffd433 100%); */
  /* background: linear-gradient( to right, #FFB7AD 0%, #EB7A6A 100%); */
  background: #EB7A6A;
  padding: 10px 0px;
  border-radius: 4px;
}

  .center{
    position: relative;
    /* position: absolute;
    top: 44.5%;
    left: 0px;
    right: 0px; */
    width: 86%;
    height: 31.7%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .center-diban{
    width: 100%;
  }
  
  .center-tc{
    border-radius: 7px;
    z-index: 2;
  }

  .mipai_pc{
    width: 100%;
    height: 100%;
    display: block;
  }
  .mipai_h5{
    width: 100% !important;
    height: 100% !important;
    display: none;
  }




  canvas{
    display: inline-block;
    vertical-align: baseline;
  }
  .mi-panel{
    position: absolute;
    top: -28px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
  }
  .center-lo{
    display: none;
    width: 100%;
    position: absolute;
    top: 0%;
    z-index: 99;
  }
  .center-data{
    font-size: 0.5rem;
    position: absolute;
    width: 94%;
    display: flex;
    justify-content: center;
  }
  .center-canvas{
    width: 100%;
    height: 3rem;
    z-index: 4;
    position: absolute;
  }
  .center-num{
    font-size: 28px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    border: 2px solid #111;
    color: #111;
  }
  .center-sum{
    font-size: 40px;
    line-height: 50px;
    color: #120301;
  }
  
  .mipai{
    display: flex;
    position: fixed;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .mipai-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #FFF;
  }
  .mi-index{
    position: absolute;
    max-width: 500px;
    margin: 0 auto;
    z-index: 9;
  }
  
  .mi_bg{
    margin-top: 70px;
    width: 100%;
  }
  .mi_top_box{
    /* position: absolute;
    top: 30.7%; */
    text-align: center;
    width: 100%;
    color: #fff;
  }
  .mi_bottom_box{
    /* position: absolute;
    top: 79.9%; */
    width: 100%;
    font-size: 14px;
    /* color: #333; */
    color: #fff;
    text-align: center;
  }
  .mi_bottom_box span,#mi-qishu{
    /* color: red; */
    color: #333;
    font-size: 15px;
    font-weight: 600;
  }
  
  @media screen and (max-width: 720px) {
    .mi_top_box{
      top: 31.5%;
    }
    .top-title{
      font-size: 14px;
    }
    .mi_bottom_box{
      font-size: 12px;
    }

    .mipai_pc{
        display: none;
    }
    .mipai_h5{
        display: block;
    }
    .center{
      width: 92% !important;
      height: 30.2% !important;
      top: 46% !important;
    }
    
  }
  
  .mi-button {
    display: table;
  background: #c62d1f;
  background-image: -webkit-linear-gradient(top, #c62d1f, #f24437);
  background-image: -moz-linear-gradient(top, #c62d1f, #f24437);
  background-image: -ms-linear-gradient(top, #c62d1f, #f24437);
  background-image: -o-linear-gradient(top, #c62d1f, #f24437);
  background-image: linear-gradient(to bottom, #c62d1f, #f24437);
  -webkit-border-radius: 18;
  -moz-border-radius: 18;
  border-radius: 18px;
  text-shadow: 0px 1px 0px #810e05;
  -webkit-box-shadow: 3px 4px 0px 0px #8a2a21;
  -moz-box-shadow: 3px 4px 0px 0px #8a2a21;
  box-shadow: 3px 4px 0px 0px #8a2a21;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 15px;
  border: solid #d02718 1px;
  text-decoration: none;
  }
  
  .mi-button:hover {
  color: #ffffff;
  background: #f24437;
  text-decoration: none;
  }
  .mi-close{
    position: absolute;
    top: 4%;
    right: 1%;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: url('../images/ggl-close.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }

  .issue-mi{
    display: inline-block;
    margin-left: 20px;
    /* display: none; */
    /* position: absolute; */
    /* right: 10px; */
    background: #c62d1f;
    background-image: -webkit-linear-gradient(top, #c62d1f, #f24437);
    background-image: -moz-linear-gradient(top, #c62d1f, #f24437);
    background-image: -ms-linear-gradient(top, #c62d1f, #f24437);
    background-image: -o-linear-gradient(top, #c62d1f, #f24437);
    background-image: linear-gradient(to bottom, #c62d1f, #f24437);
    border-radius: 18px;
    text-shadow: 0px 1px 0px #810e05;
    -webkit-box-shadow: 3px 4px 0px 0px #8a2a21;
    -moz-box-shadow: 3px 4px 0px 0px #8a2a21;
    box-shadow: 3px 4px 0px 0px #8a2a21;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 15px;
    border: solid #d02718 1px;
    text-decoration: none;
    cursor: pointer;
  }
  .issue-mi:hover {
    color: #ffffff;
    background: #f24437;
    text-decoration: none;
  }